home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gui / mui23dev.lha / MUI / Developer / Autodocs / MUI_Prop.doc < prev    next >
Text File  |  1994-12-23  |  2KB  |  68 lines

  1. TABLE OF CONTENTS
  2.  
  3. Prop.mui/Prop.mui
  4. Prop.mui/MUIA_Prop_Entries
  5. Prop.mui/MUIA_Prop_First
  6. Prop.mui/MUIA_Prop_Horiz
  7. Prop.mui/MUIA_Prop_Slider
  8. Prop.mui/MUIA_Prop_Visible
  9. Prop.mui/Prop.mui
  10.  
  11. Prop class generates the well known proportional gadgets.
  12. It offers the same attributes as a usual boopsi gadget
  13. of propgclass. However, MUI's prop gadgets allow using
  14. any imagery for the knob and for the background.
  15. Prop.mui/MUIA_Prop_Entries
  16.  
  17.     NAME
  18.     MUIA_Prop_Entries -- (V4 ) [ISG], LONG
  19.  
  20.     FUNCTION
  21.     Set or get the total number of entries.
  22.  
  23.     SEE ALSO
  24.     MUIA_Prop_Horiz, MUIA_Prop_Visible, MUIA_Prop_First
  25. Prop.mui/MUIA_Prop_First
  26.  
  27.     NAME
  28.     MUIA_Prop_First -- (V4 ) [ISG], LONG
  29.  
  30.     FUNCTION
  31.     Set or get the number of the first entry.
  32.  
  33.     SEE ALSO
  34.     MUIA_Prop_Horiz, MUIA_Prop_Visible, MUIA_Prop_Entries
  35. Prop.mui/MUIA_Prop_Horiz
  36.  
  37.     NAME
  38.     MUIA_Prop_Horiz -- (V4 ) [I.G], BOOL
  39.  
  40.     FUNCTION
  41.     Determine if you want a horizontal or a vertical
  42.     prop gadget.
  43.  
  44.     Defaults to FALSE, i.e. vertical.
  45.  
  46.     SEE ALSO
  47.     MUIA_Prop_Entries, MUIA_Prop_Visible, MUIA_Prop_First
  48. Prop.mui/MUIA_Prop_Slider
  49.  
  50.     NAME
  51.     MUIA_Prop_Slider -- (V4 ) [ISG], BOOL
  52.  
  53.     FUNCTION
  54.     Indicate that this prop gadget is used in a slider. MUI might
  55.     then use different imagery. Since you really should use the
  56.     slider class when creating sliders, you normally don't need
  57.     to care about this attribute.
  58. Prop.mui/MUIA_Prop_Visible
  59.  
  60.     NAME
  61.     MUIA_Prop_Visible -- (V4 ) [ISG], LONG
  62.  
  63.     FUNCTION
  64.     Set or get the number of visible entries.
  65.  
  66.     SEE ALSO
  67.     MUIA_Prop_Horiz, MUIA_Prop_Entries, MUIA_Prop_First
  68.